home *** CD-ROM | disk | FTP | other *** search
/ Winzipper / Winzipper_ISO.iso / nt4.0 server / DPL85501.PP_ / dpl85501.ppd
PostScript Printer Description  |  1996-06-03  |  16KB  |  447 lines

  1. *PPD-Adobe: "4.0"
  2. *% PostScript(R) Printer Description File
  3. *% PostScript is a registered trademark of Adobe systems corp.
  4. *% All Rights Reserved.
  5. *FormatVersion: "4.0"
  6. *FileVersion: "2.2"
  7. *PCFileName: "DPL85501.PPD"
  8. *LanguageVersion: English
  9. *Product: "(Dataproducts LZR 855)"
  10. *PSVersion: "(1.0) 0"
  11. *ModelName: "Dataproducts LZR 855"
  12. *NickName: "Dataproducts LZR 855 v1.0"
  13. *ShortNickName: "Dataproducts LZR 855 v1.0"
  14.  
  15. *% ==== Options and Constraints =====
  16. *OpenGroup: InstallableOptions/Options Installed
  17.  
  18. *OpenUI *Option1/Optional Envelope Feeder: Boolean
  19. *DefaultOption1: False
  20. *Option1 True/Installed: ""
  21. *Option1 False/Not Installed: ""
  22. *CloseUI: *Option1
  23.  
  24. *CloseGroup: InstallableOptions
  25.  
  26. *UIConstraints: *Option1 False *InputSlot Envelope
  27.  
  28. *% General Information and Defaults ===============
  29. *ColorDevice: False
  30. *DefaultColorSpace: Gray
  31. *FreeVM: "353088"
  32. *LanguageLevel: "1"
  33. *Extensions: FileSystem
  34. *VariablePaperSize: False
  35. *FileSystem: True
  36. *?FileSystem: "
  37. save
  38.   statusdict /diskonline get exec {(True)}{(False)} ifelse = flush
  39. restore
  40. "
  41. *End
  42. *Throughput: "8"
  43. *Password: "0"
  44. *ExitServer: "
  45.   count 0 eq {  % is the password on the stack?
  46.     true
  47.   }{
  48.     dup    % potential password
  49.     statusdict /checkpassword get exec not
  50.   } ifelse
  51.   {  %  if no password or not valid
  52.     (WARNING : Cannot perform the exitserver command.) =
  53.     (Password supplied is not valid.) =
  54.     (Please contact the author of this software.) = flush
  55.     quit
  56.   } if
  57.   serverdict /exitserver get exec
  58. "
  59. *End
  60.  
  61. *Reset: "
  62.   count 0 eq {  % is the password on the stack?
  63.     true
  64.   }{
  65.     dup    % potential password
  66.     statusdict /checkpassword get exec not
  67.   } ifelse
  68.   {  %  if no password or not valid
  69.     (WARNING : Cannot reset printer.) =
  70.     (Password supplied is not valid.) =
  71.     (Please contact the author of this software.) = flush
  72.     quit
  73.   } if
  74.   serverdict /exitserver get exec
  75.   systemdict /quit get exec
  76.   (WARNING : Printer Reset Failed.) = flush
  77. "
  78. *End
  79.  
  80. *DefaultResolution: 300dpi
  81. *Resolution 300dpi: "300 statusdict /setresolution get exec"
  82. *?Resolution: "
  83. save
  84.   initgraphics
  85.   0 0 moveto currentpoint matrix defaultmatrix transform
  86.   0 72 lineto currentpoint matrix defaultmatrix transform
  87.   3 -1 roll sub dup mul
  88.   3 1 roll exch sub dup mul
  89.   add sqrt round cvi
  90.   (          ) cvs print (dpi) = flush
  91. restore
  92. "
  93. *End
  94.  
  95. *% Halftone Information ===============
  96. *ScreenFreq: "60.0"
  97. *ScreenAngle: "45.0"
  98. *DefaultScreenProc: Dot
  99. *ScreenProc Dot: "
  100. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
  101. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  102. "
  103. *End
  104. *ScreenProc Line: "{ pop }"
  105. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  106.  
  107. *DefaultTransfer: Null
  108. *Transfer Null: "{ }"
  109. *Transfer Null.Inverse: "{ 1 exch sub }"
  110.  
  111. *% Paper Handling ===================
  112. *% Use these entries to set paper size most of the time, unless there is
  113. *% specific reason to use PageRegion.
  114. *OpenUI *PageSize: PickOne
  115. *OrderDependency: 30 AnySetup *PageSize
  116. *DefaultPageSize: Letter
  117. *PageSize Letter: "letter"
  118. *PageSize Legal: "legal"
  119. *PageSize A4: "a4"
  120. *PageSize Comm10: "com10envelope"
  121. *PageSize Monarch: "monarcenvelope"
  122. *PageSize DL: "dlenvelope"
  123. *PageSize C5: "c5envelope"
  124. *CloseUI: *PageSize
  125.  
  126. *% These entries will set up the frame buffer. Usually used with manual feed.
  127. *OpenUI *PageRegion: PickOne
  128. *OrderDependency: 40 AnySetup *PageRegion
  129. *DefaultPageRegion: Letter
  130. *PageRegion Letter: "letter"
  131. *PageRegion Legal: "legal"
  132. *PageRegion A4: "a4"
  133. *PageRegion Comm10: "com10envelope"
  134. *PageRegion Monarch: "monarcenvelope"
  135. *PageRegion DL: "dlenvelope"
  136. *PageRegion C5: "c5envelope"
  137. *CloseUI: *PageRegion
  138.  
  139. *% The following entries provide information about specific paper keywords.
  140. *DefaultImageableArea: Letter
  141. *ImageableArea Letter: "20 8 597 784"
  142. *ImageableArea Legal: "20 15 597 993"
  143. *ImageableArea A4: "17 15 583 832"
  144. *ImageableArea Comm10: "15 15 282 669"
  145. *ImageableArea Monarch: "13 14 266 529"
  146. *ImageableArea DL: "14 8 297 616"
  147. *ImageableArea C5: "14 10 452 642"
  148.  
  149. *?ImageableArea: "
  150. save
  151.   /cvp {(                ) cvs print ( ) print } bind def
  152.   /upperright {10000 mul floor 10000 div} bind def
  153.   /lowerleft {10000 mul ceiling 10000 div} bind def
  154.   newpath clippath pathbbox
  155.   4 -2 roll exch 2 {lowerleft cvp} repeat
  156.   exch 2 {upperright cvp} repeat flush
  157. restore
  158. "
  159. *End
  160.  
  161. *% These provide the physical dimensions of the paper (by keyword)
  162. *DefaultPaperDimension: Letter
  163. *PaperDimension Letter: "612 792"
  164. *PaperDimension Legal: "612 1008"
  165. *PaperDimension A4: "595 842"
  166. *PaperDimension Comm10: "297 684"
  167. *PaperDimension Monarch: "279 540"
  168. *PaperDimension DL: "312 624"
  169. *PaperDimension C5: "459 649"
  170.  
  171. *DefaultOutputOrder: Normal
  172. *RequiresPageRegion All: True
  173. *OpenUI *InputSlot: PickOne
  174. *OrderDependency: 20 AnySetup *InputSlot
  175. *DefaultInputSlot: Upper
  176. *InputSlot Upper/Upper tray: "0 statusdict /setpapertray get exec"
  177. *InputSlot Tray2/Lower tray: "1 statusdict /setpapertray get exec"
  178. *InputSlot Envelope/Envelope feeder: "0 statusdict /setpapertray get exec"
  179. *?InputSlot: "
  180. save
  181.   [ (Upper) (Lower) (Envelope) ]
  182.   statusdict /papertray get exec
  183.   {get exec} stopped { pop pop (Unknown)} if = flush
  184. restore
  185. "
  186. *End
  187. *CloseUI: *InputSlot
  188.  
  189. *OpenUI *ManualFeed: Boolean
  190. *OrderDependency: 20 AnySetup *ManualFeed
  191. *DefaultManualFeed: False
  192. *ManualFeed True: "statusdict /manualfeed true put"
  193. *ManualFeed False: "statusdict /manualfeed false put"
  194. *?ManualFeed: "
  195. save
  196.   statusdict /manualfeed get {(True)}{(False)}ifelse = flush
  197. restore
  198. "
  199. *End
  200. *CloseUI: *ManualFeed
  201.  
  202. *PageStackOrder Upper: Normal
  203. *PageStackOrder Lower: Reverse
  204.  
  205. *OpenUI *OutputOrder: PickOne
  206. *OrderDependency: 50 AnySetup *OutputOrder
  207. *OutputOrder Normal: "0 statusdict /setoutputtray get exec"
  208. *OutputOrder Reverse: "1 statusdict /setoutputtray get exec"
  209. *?OutputOrder: "
  210. save
  211.   [ (Normal) (Reverse) ] statusdict /outputtray get exec
  212.   {get exec} stopped {pop pop (Unknown)} if = flush
  213. restore
  214. "
  215. *End
  216. *CloseUI: *OutputOrder
  217.  
  218. *% Font Information =====================
  219. *DefaultFont: Courier
  220. *Font AvantGarde-Book: Standard "(001.002)" Standard ROM
  221. *Font AvantGarde-BookOblique: Standard "(001.001)" Standard ROM
  222. *Font AvantGarde-Demi: Standard "(001.001)" Standard ROM
  223. *Font AvantGarde-DemiOblique: Standard "(001.001)" Standard ROM
  224. *Font Bookman-Demi: Standard "(001.001)" Standard ROM
  225. *Font Bookman-DemiItalic: Standard "(001.001)" Standard ROM
  226. *Font Bookman-Light: Standard "(001.001)" Standard ROM
  227. *Font Bookman-LightItalic: Standard "(001.001)" Standard ROM
  228. *Font Courier: Standard "(001.004)" Standard ROM
  229. *Font Courier-Bold: Standard "(001.004)" Standard ROM
  230. *Font Courier-BoldOblique: Standard "(001.004)" Standard ROM
  231. *Font Courier-Oblique: Standard "(001.004)" Standard ROM
  232. *Font Helvetica: Standard "(001.001)" Standard ROM
  233. *Font Helvetica-Bold: Standard "(001.001)" Standard ROM
  234. *Font Helvetica-BoldOblique: Standard "(001.001)" Standard ROM
  235. *Font Helvetica-Narrow: Standard "(001.000)" Standard ROM
  236. *Font Helvetica-Narrow-Bold: Standard "(001.000)" Standard ROM
  237. *Font Helvetica-Narrow-BoldOblique: Standard "(001.000)" Standard ROM
  238. *Font Helvetica-Narrow-Oblique: Standard "(001.000)" Standard ROM
  239. *Font Helvetica-Oblique: Standard "(001.001)" Standard ROM
  240. *Font NewCenturySchlbk-Bold: Standard "(001.002)" Standard ROM
  241. *Font NewCenturySchlbk-BoldItalic: Standard "(001.001)" Standard ROM
  242. *Font NewCenturySchlbk-Italic: Standard "(001.001)" Standard ROM
  243. *Font NewCenturySchlbk-Roman: Standard "(001.002)" Standard ROM
  244. *Font Palatino-Bold: Standard "(001.001)" Standard ROM
  245. *Font Palatino-BoldItalic: Standard "(001.001)" Standard ROM
  246. *Font Palatino-Italic: Standard "(001.002)" Standard ROM
  247. *Font Palatino-Roman: Standard "(001.001)" Standard ROM
  248. *Font Symbol: Special "(001.001)" Special ROM
  249. *Font Times-Bold: Standard "(001.001)" Standard ROM
  250. *Font Times-BoldItalic: Standard "(001.001)" Standard ROM
  251. *Font Times-Italic: Standard "(001.001)" Standard ROM
  252. *Font Times-Roman: Standard "(001.001)" Standard ROM
  253. *Font ZapfChancery-MediumItalic: Standard "(001.002)" Standard ROM
  254. *Font ZapfDingbats: Special "(001.000)" Special ROM
  255. *?FontQuery: "
  256. save
  257. {
  258.   count 1 gt {
  259.   exch dup 128 string cvs (/) print print (:) print
  260.   dup FontDirectory exch known {pop (Yes)}
  261.   {
  262.     (fonts/                              )
  263.       dup 3 -1 roll 128 string cvs dup length /len exch def
  264.       6 exch putinterval
  265.       0 len 6 add getinterval mark exch
  266.       { } 128 string filenameforall counttomark 0 gt {
  267.       cleartomark (Yes)}{cleartomark (No)}ifelse
  268.       }ifelse = flush
  269.       }{ exit } ifelse
  270.   } bind loop
  271.   (*) = flush
  272. restore
  273. "
  274. *End
  275.  
  276. *?FontList: "
  277. save
  278.   FontDirectory { pop == } bind forall flush
  279.   /filenameforall where {
  280.     pop (fonts/*) {
  281.     dup length 6 sub 6 exch getinterval cvn ==
  282.     } bind
  283.     128 string filenameforall flush
  284.   } if
  285.   (*) = flush
  286. restore
  287. "
  288. *End
  289.  
  290. *% Printer Messages (verbatim from printer):
  291. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  292. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  293. *Message: "\FontName\ not found, using Courier"
  294. *Message: "%%[ Operator reset, flushing job to end-of-file ]%%"
  295. *Message: "%%[ Waiting for manual feed ]%%"
  296. *Message: "%%[ Fuser near expiration ]%%"
  297. *Message: "%%[ Developer near expiration ]%%"
  298. *Message: "%%[ Drum near expiration ]%%"
  299.  
  300. *% Status (format: %%[ status: <one of these> ]%% )
  301. *Status: "idle"
  302. *Status: "busy"
  303. *Status: "waiting"
  304. *Status: "printing"
  305. *Status: "initializing"
  306. *Status: "printing test page"
  307. *Status: "processing first job"
  308. *Status: "PrinterError: controller not responding"
  309. *Status: "PrinterError: Resetting Printer"
  310. *Status: "PrinterError: Adding Toner"
  311. *Status: "PrinterError: Test Print/Maintenance"
  312. *Status: "PrinterError: Warming Up"
  313. *Status: "PrinterError: Developer Cart Not Installed"
  314. *Status: "PrinterError: Exit Tray Full"
  315. *Status: "PrinterError: Main Cassette Out of Paper"
  316. *Status: "PrinterError: Upper Cassette Out of Paper"
  317. *Status: "PrinterError: Lower Cassette Out of Paper"
  318. *Status: "PrinterError: Envelope Feeder Out of Paper"
  319. *Status: "PrinterError: Manual Feed Timeout"
  320. *Status: "PrinterError: Envelope Feeder Misfeed"
  321. *Status: "PrinterError: Manual Feed Paper Misfeed"
  322. *Status: "PrinterError: Face Up Exit Tray Misfeed"
  323. *Status: "PrinterError: Face Down Exit Tray Misfeed"
  324. *Status: "PrinterError: Lower Cassette Misfeed"
  325. *Status: "PrinterError: Upper Cassette Misfeed"
  326. *Status: "PrinterError: Main Cassette Misfeed"
  327. *Status: "PrinterError: Out of Toner"
  328. *Status: "PrinterError: Cover Open"
  329. *Status: "PrinterError: Drum Cartridge Not Installed"
  330. *Status: "PrinterError: Fuser Cartridge Not Installed"
  331. *Status: "PrinterError: Developer Life Expired"
  332. *Status: "PrinterError: Drum Life Expired"
  333. *Status: "PrinterError: Fuser Life Expired"
  334. *Status: "PrinterError: New Developer Cartridge"
  335. *Status: "PrinterError: Main Charger Not Installed"
  336. *Status: "PrinterError: Developer Over-Toned"
  337. *Status: "PrinterError: Fuser Cartridge Fault"
  338. *Status: "PrinterError: Laser Scan Signal Not Detected"
  339. *Status: "PrinterError: Mirror Motor Fault"
  340. *Status: "PrinterError: Laser Fault"
  341. *Status: "PrinterError: Main Motor Fault"
  342. *Status: "PrinterError: H/W: Remove NVM Access Jumper"
  343. *Status: "PrinterError: H/W: Toner Recycling Motor Flt"
  344. *Status: "PrinterError: H/W: I/F Timing Fault"
  345. *Status: "PrinterError: H/W: Envelope Feed Motor Fault"
  346. *Status: "PrinterError: H/W: Env Gate Cam Sensor Undet"
  347. *Status: "PrinterError: H/W: M-Cas Algn Cam Sen Undet"
  348. *Status: "PrinterError: H/W: M-Cas Feed Cam Sen Undet"
  349. *Status: "PrinterError: H/W: Main Logic CCA Fault"
  350.  
  351. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  352. *Source: "serial9"
  353. *Source: "serial25"
  354. *Source: "Centronics"
  355. *Source: "AppleTalk"
  356.  
  357. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  358. *PrinterError: "controller not responding"
  359. *PrinterError: "Resetting Printer"
  360. *PrinterError: "Adding Toner"
  361. *PrinterError: "Test Print/Maintenance"
  362. *PrinterError: "Warming Up"
  363. *PrinterError: "Developer Cart Not Installed"
  364. *PrinterError: "Exit Tray Full"
  365. *PrinterError: "Main Cassette Out of Paper"
  366. *PrinterError: "Upper Cassette Out of Paper"
  367. *PrinterError: "Lower Cassette Out of Paper"
  368. *PrinterError: "Envelope Feeder Out of Paper"
  369. *PrinterError: "Manual Feed Timeout"
  370. *PrinterError: "Envelope Feeder Misfeed"
  371. *PrinterError: "Manual Feed Paper Misfeed"
  372. *PrinterError: "Face Up Exit Tray Misfeed"
  373. *PrinterError: "Face Down Exit Tray Misfeed"
  374. *PrinterError: "Lower Cassette Misfeed"
  375. *PrinterError: "Upper Cassette Misfeed"
  376. *PrinterError: "Main Cassette Misfeed"
  377. *PrinterError: "Out of Toner"
  378. *PrinterError: "Cover Open"
  379. *PrinterError: "Drum Cartridge Not Installed"
  380. *PrinterError: "Fuser Cartridge Not Installed"
  381. *PrinterError: "Developer Life Expired"
  382. *PrinterError: "Drum Life Expired"
  383. *PrinterError: "Fuser Life Expired"
  384. *PrinterError: "New Developer Cartridge"
  385. *PrinterError: "Main Charger Not Installed"
  386. *PrinterError: "Developer Over-Toned"
  387. *PrinterError: "Fuser Cartridge Fault"
  388. *PrinterError: "Laser Scan Signal Not Detected"
  389. *PrinterError: "Mirror Motor Fault"
  390. *PrinterError: "Laser Fault"
  391. *PrinterError: "Main Motor Fault"
  392. *PrinterError: "H/W: Remove NVM Access Jumper"
  393. *PrinterError: "H/W: Toner Recycling Motor Flt"
  394. *PrinterError: "H/W: I/F Timing Fault"
  395. *PrinterError: "H/W: Envelope Feed Motor Fault"
  396. *PrinterError: "H/W: Env Gate Cam Sensor Undet"
  397. *PrinterError: "H/W: M-Cas Algn Cam Sen Undet"
  398. *PrinterError: "H/W: M-Cas Feed Cam Sen Undet"
  399. *PrinterError: "H/W: Main Logic CCA Fault"
  400.  
  401. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  402.  
  403. *% Color Separation Information =====================
  404.  
  405. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  406.  
  407. *InkName: ProcessBlack/Process Black
  408. *InkName: CustomColor/Custom Color
  409. *InkName: ProcessCyan/Process Cyan
  410. *InkName: ProcessMagenta/Process Magenta
  411. *InkName: ProcessYellow/Process Yellow
  412.  
  413. *% For 60 lpi / 300 dpi =====================================================
  414.  
  415. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  416. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  417. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  418. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  419. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  420.  
  421. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  422. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  423. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  424. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  425. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  426.  
  427. *% For 53 lpi / 300 dpi =====================================================
  428.  
  429. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  430. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  431. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  432. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  433. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  434.  
  435. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  436. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  437. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  438. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  439. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  440.  
  441. *% For "Dataproducts LZR 855" version 1.0
  442. *% Converted to meet 4.0 specification
  443. *% Last Edit Date: 7/25/93
  444. *% The byte count of this file should be exactly 021269 or 021780
  445. *% depending on the filesystem it resides in.
  446. *% end of PPD file for Dataproducts LZR 855
  447.